home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / README < prev    next >
Text File  |  1991-09-04  |  2KB  |  72 lines

  1.  
  2. The C++ Object-Oriented Library (COOL) is the result of a research and
  3. development effort at Texas Instruments that was aimed at learning how the
  4. emerging C++ technology might be used to support the development of complex
  5. applications.  We learned much from this effort and now realize that a number
  6. of the design decisions that we made were not the best.
  7.  
  8. No active development has been done on COOL since early 1990 and none is
  9. planned.  The authors have all moved on to new projects so even it they find
  10. time to answer questions they may not remember enough to be of much help.
  11.  
  12. By making this software available to the public we hope to provide some
  13. additional basis for further development of C++ technology.
  14.  
  15.  
  16. Directory Contents:
  17.  
  18. CCC
  19.   directory containing the source for the COOL compilation driver program.
  20.  
  21. bin
  22.   directory where binaries for COOL utility programs are collected together.
  23.  
  24. cool
  25.   directory containing the source for the COOL classes.
  26.  
  27. cpp
  28.   directory containing the source for the COOL extended preprocessor.
  29.  
  30. ice_defs
  31.   directory containing the source for the common definition header files.
  32.  
  33. include
  34.   directory where all COOL header files are collected together.
  35.  
  36. lib
  37.   directory where the COOL object library archives are collected together.
  38.  
  39. manual
  40.   directory containing the PostScript for the COOL manual.
  41.  
  42. papers
  43.   directory containing the source and PostScript for papers related to COOL.
  44.  
  45. pisces
  46.   directory containing the source for a collection of programs that provide a
  47.   Platform Independent Source Code Engineering System.
  48.  
  49. test
  50.   directory containing the source for regression test support utilities.
  51.  
  52. util
  53.   directory containing shell scripts that have proven useful.
  54.  
  55. COPYRIGHT
  56.   file containing the copyright which says that this stuff is freely usable.
  57.  
  58. Imakefile
  59.   top level Imake file for all of COOL.
  60.  
  61. README
  62.   file that you are reading.
  63.  
  64. README.os2
  65.   file that describes how to build COOL for OS/2.
  66.  
  67. README.port
  68.   file that describes how to build COOL for other systems.
  69.  
  70. README.sparc
  71.   file that describes how to build COOL for SunOS on SPARC machines.
  72.